Northwoods.GoSilverlight 1.3.5 Assembly
AddNode Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : AddNode Method

nodedata
Add a node data to NodesSource.

Syntax

Visual Basic (Declaration) 
Public Sub AddNode( _
   ByVal nodedata As NodeType _
) 
C# 
public void AddNode( 
   NodeType nodedata
)

Parameters

nodedata

Remarks

This just calls InsertNode to actually perform the addition. This is a no-op if the node data is already in the model. This is an error if Modifiable is false.

Requirements

See Also

© 2012 All Rights Reserved.